.footerContentStc h3, 
.footerContentStc p {
    margin: 0;
}
.footerContentStc {
    padding: 15px 32px 24px;
    background-color: #2b2f35;
}
.echStcContentFtr {
    width: 100%;
    margin-bottom: 24px;
}
.echStcContentFtr h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}
.echContntSc h3 {
    font-size: 20px;
    color: #43444a;
}
.echStcContentFtrSubHdng h3 {
    font-size: 20px;
    font-weight: 500;
}       
.echStcContentFtr p,
.unordrdLstsStcFtr li {
    font-size: 16px;
    font-weight: 400;
}
.echContntSc p,
.lstsFtrSec li {
    font-size: 14px;
    color: #43444a;
}
.unordrdLstsStcFtr {
    padding-left: 24px;
    margin-bottom: 0;
}
.footerContentStc .marBtmFtrPara {
    margin-bottom: 10px;
}
.ftrContntSecWse {
    margin-bottom: 60px;
    padding: 20px 0 0 0;
    margin: auto;
    max-width: 1640px;
    color: #fff;
}
.ftrContntSecWse:nth-last-child(1) {
    margin-bottom: 0;
}
.mainbodyContent {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    /* color: #000; */
    max-width: 1100px;
    margin: auto;
    padding: 32px;
}
.mb_footer__section_newWdth {
    width: 100%;
}
.mb_ftr_DsFlxContnt {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.ftrsttcPgesCntntLsts {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.ftrsttcPgesCntntLsts li::after {
    display: none;
}
.ftrsttcPgesCntnt {
    display: flex;
    flex-direction: column;
}
.ftrCntntDv {
    padding: 0;
}
.ftrCntntDv:nth-child(1) {
    flex-basis: 24%;
}
.ftrCntntDv:nth-child(2) {
    flex-basis: 42%;
}
.ftrCntntDv:nth-child(3) {
    flex-basis: 34%;
}
.paraSbHdng {
    font-size: 18px;
    font-weight: 500;
}
.diskUnordrdLstsFtr li {
    list-style-type: circle;
}
@media(max-width:1023px) {
    .ftrCntntDv {
        display: flex;
        flex-direction: column;
        /* align-items: center; */
    }
    .mb_ftr_DsFlxContnt {
        gap: 20px;
        flex-wrap: wrap;
    }
    .ftrCntntDv:nth-child(1) {
        flex-basis: 36%;
    }
    .ftrCntntDv:nth-child(2) {
        flex-basis: 58%;
        margin-bottom: 0;
    }
    .ftrCntntDv:nth-child(3) {
        flex-basis: 100%;
    }
}
@media (max-width:600px) {
    .footerContentStc {
        padding: 16px 16px 44px;
    }
    .echStcContentFtr {
        margin-bottom: 18px;
    }
    .echStcContentFtr h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .echContntSc h3 {
        font-size: 20px;
    }
    .echStcContentFtr p,
    .unordrdLstsStcFtr li {
        font-size: 12px;
    }
    .echContntSc p,
    .lstsFtrSec li {
        font-size: 14px;
    }
    .marBtmFtrPara {
        margin-bottom: 8px;
    }
    .echStcContentFtrSubHdng h3 {
        font-size: 16px;
    }
    .ftrContntSecWse {
        margin-bottom: 40px;
    }
    .ftrCntntDvWrrpr {
        justify-content: center;
    }
    .ftrCntntDv {
        align-items: center;
    }
    .paraSbHdng {
        font-size: 14px;
    }
    .mainbodyContent {
        padding: 20px;
    }
}
@media(max-width:767px) {
    .ftrCntntDv:nth-child(1),
    .ftrCntntDv:nth-child(2),
    .ftrCntntDv:nth-child(3) {
        flex-basis: 100%;
    }
    .ftrCntntDv:nth-child(3) .mb-footer__title {
        margin: 0 0 8px;
    }
}
@media(min-width:768px) {
    .mb_ftr_DsFlxContnt {
        padding: 0 16px;
    }
}
